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

References

lib/Analysis/DemandedBits.cpp
  383       Type *T = OI->getType();
  440   if (!(*U)->getType()->isIntOrIntVectorTy())
lib/Analysis/Lint.cpp
  279             if (AI != BI && (*BI)->getType()->isPointerTy()) {
lib/CodeGen/CodeGenPrepare.cpp
 1803       if (!Arg->getType()->isPointerTy())
 1806                        cast<PointerType>(Arg->getType())->getAddressSpace()),
 1808       Value *Val = Arg->stripAndAccumulateInBoundsConstantOffsets(*DL, Offset);
 1847       if (!Arg->getType()->isPointerTy())
 1849       unsigned AS = Arg->getType()->getPointerAddressSpace();
 1850       return optimizeMemoryInst(CI, Arg, Arg->getType(), AS);
lib/CodeGen/IntrinsicLowering.cpp
   40     ParamTys.push_back((*I)->getType());
lib/CodeGen/MachineFunction.cpp
  680           FilterList.push_back(cast<GlobalValue>((*II)->stripPointerCasts()));
lib/IR/Instructions.cpp
 1825   int NumOpElts = Op<0>()->getType()->getVectorNumElements();
lib/Target/ARM/MVETailPredication.cpp
  307           if (isa<VectorType>(U->getType()))
lib/Target/PowerPC/PPCBoolRetToInt.cpp
  210             if (U->getType()->isIntegerTy(1))
  263     Type *Int1Ty = Type::getInt1Ty(U->getContext());
lib/Transforms/Coroutines/Coroutines.cpp
  408         auto SrcTy = (*SI)->getType();
lib/Transforms/IPO/ArgumentPromotion.cpp
  267               IRB.CreateGEP(STy, *AI, Idxs, (*AI)->getName() + "." + Twine(i));
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4493     Type *ActTy = (*AI)->getType();
 4572     if ((*AI)->getType() != ParamTy)
 4598         Type *PTy = getPromotedType((*AI)->getType());
 4600         if (PTy != (*AI)->getType()) {
lib/Transforms/InstCombine/InstructionCombining.cpp
 1660     Type *IndexTy = (*I)->getType();
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1593           Type *T = (*i)->getType();
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  806       if (!isa<ConstantInt>(*I) && (*I)->getType()->isIntegerTy())
lib/Transforms/Scalar/BDCE.cpp
  113       if (!U->getType()->isIntOrIntVectorTy())
  129       U.set(ConstantInt::get(U->getType(), 0));
lib/Transforms/Scalar/NewGVN.cpp
 2770           Op = Op->DoPHITranslation(PHIBlock, PredBB);
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  771       if ((*I)->getType() != IntPtrTy) {
lib/Transforms/Vectorize/LoopVectorize.cpp
 3228     ScalarTys.push_back(ArgOp->getType());
tools/clang/lib/CodeGen/CGException.cpp
  275             cast<llvm::GlobalVariable>((*II)->stripPointerCasts()))
tools/polly/lib/Support/ScopHelper.cpp
  278       assert(SE.isSCEVable(Op->getType()));
  280       auto *OpClone = expandCodeFor(OpSCEV, Op->getType(), IP);