reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/TargetTransformInfoImpl.h
   57       assert(OpTy && "Cast instructions must provide the operand type");
   58       if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
   58       if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
   76       unsigned OpSize = OpTy->getScalarSizeInBits();
   89           DestSize >= DL.getPointerTypeSizeInBits(OpTy))