HomeSort by relevance Sort by last modified time
    Searched refs:getIntPtrType (Results 26 - 35 of 35) sorted by null

12

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 329 IntegerType *PtrTy = TD->getIntPtrType(V->getContext());
469 if (TD && CV && CV->getType() == TD->getIntPtrType(CV->getContext()))
786 CV = Builder.CreatePtrToInt(CV, TD->getIntPtrType(CV->getContext()),
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 284 Val = Constant::getNullValue(TD.getIntPtrType(Val->getContext()));
882 Op1 = Constant::getNullValue(TD.getIntPtrType(Op0->getContext()));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 480 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext());
539 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp 728 Type *IntPtrTy = TD.getIntPtrType(V->getContext());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 780 milliseconds

12