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

12

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 373 Idx = Builder->CreateTrunc(Idx, TD->getIntPtrType(Idx->getContext()));
540 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext());
562 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext());
    [all...]
InstCombineLoadStoreAlloca.cpp 157 Type *IntPtrTy = TD->getIntPtrType(AI.getContext());
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 398 IntegerType *PtrTy = cast<IntegerType>(TD->getIntPtrType(V->getType()));
538 if (TD && CV && CV->getType() == TD->getIntPtrType(CV->getContext()))
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 288 Val = Constant::getNullValue(TD.getIntPtrType(Val->getContext()));
904 Op1 = Constant::getNullValue(TD.getIntPtrType(Op0->getContext()));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 481 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
540 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 194 Op = ConstantExpr::getIntegerCast(Op, TD.getIntPtrType(CV->getContext()),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp 704 Type *IntPtrTy = TD->getIntPtrType(V->getContext());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 272 return DL->getIntPtrType(Context, AddrSpace);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1153 milliseconds

12