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

12

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 888 Type *IntPtrTy = TD->getIntPtrType(V->getContext());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 398 Idx = Builder->CreateTrunc(Idx, TD->getIntPtrType(Idx->getContext()));
574 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext());
596 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext());
    [all...]
InstCombineLoadStoreAlloca.cpp 157 Type *IntPtrTy = TD->getIntPtrType(AI.getContext());
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 316 IntegerType *PtrTy = cast<IntegerType>(TD->getIntPtrType(V->getType()));
478 if (TD && CV && CV->getType() == TD->getIntPtrType(CV->getContext()))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 433 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
492 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext());
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 188 Op = ConstantExpr::getIntegerCast(Op, TD.getIntPtrType(CV->getContext()),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 297 Val = Constant::getNullValue(TD.getIntPtrType(Val->getContext()));
915 Op1 = Constant::getNullValue(TD.getIntPtrType(Op0->getContext()));
    [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 679 Type *IntPtrTy = TD->getIntPtrType(V->getType())->getScalarType();
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 275 return DL->getIntPtrType(Context, AddrSpace);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 555 milliseconds

12