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

References

include/llvm/IR/InstrTypes.h
 1012         return Inputs[Idx]->getType()->isPointerTy();
include/llvm/IR/Instructions.h
 2050     unsigned NumSourceElts = Op<0>()->getType()->getVectorNumElements();
 2059     unsigned NumSourceElts = Op<0>()->getType()->getVectorNumElements();
 2252     int NumSrcElts = Op<0>()->getType()->getVectorNumElements();
 2855     return !isa<ArrayType>(getOperandList()[Idx]->getType());
 2860     return isa<ArrayType>(getOperandList()[Idx]->getType());
lib/Analysis/AliasAnalysis.cpp
  671     if (!(*CI)->getType()->isPointerTy() ||
lib/Analysis/BasicAliasAnalysis.cpp
  911       if (!(*CI)->getType()->isPointerTy() ||
lib/Bitcode/Writer/ValueEnumerator.cpp
  493       if(U->hasName())
  494         OS << " " << U->getName();
lib/CodeGen/GlobalISel/CallLowering.cpp
   46     ArgInfo OrigArg{ArgRegs[i], Arg->getType(), ISD::ArgFlagsTy{},
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1555       LLT Ty = getLLTForType(*Arg->getType(), *DL);
lib/CodeGen/GlobalMerge.cpp
  590                 dyn_cast<GlobalVariable>(U->stripPointerCasts()))
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  403       if (Op->getType()->isFPOrFPVectorTy()) {
lib/CodeGen/SwiftErrorValueTracking.cpp
  272         if (!Arg->isSwiftError())
lib/FuzzMutate/RandomIRBuilder.cpp
   72   if (Operand->getType() != Replacement->getType())
lib/IR/AsmWriter.cpp
 1527       TypePrinter.print((*OI)->getType(), Out);
 2564       TypePrinter.print(Input->getType(), Out);
lib/IR/Instructions.cpp
 2059   int NumOpElts = Op<0>()->getType()->getVectorNumElements();
 2078   int NumOpElts = Op<0>()->getType()->getVectorNumElements();
 2091   int NumOpElts = Op<0>()->getType()->getVectorNumElements();
lib/Target/AArch64/AArch64FastISel.cpp
 3606       Entry.Ty = Arg->getType();
 4905     Entry.Ty = Arg->getType();
lib/Target/ARM/ARMFastISel.cpp
 2365     Type *ArgTy = (*i)->getType();
lib/Transforms/Utils/SimplifyLibCalls.cpp
  106     return OI->getType()->isFloatingPointTy();
  112     return OI->getType()->isFP128Ty();
tools/polly/lib/Analysis/ScopBuilder.cpp
 1824       if (!Arg->getType()->isPointerTy())
tools/polly/lib/Analysis/ScopDetection.cpp
  708         if (!Arg->getType()->isPointerTy())