HomeSort by relevance Sort by last modified time
    Searched refs:CreatePtrToInt (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Support/
ConstantFolder.h 176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
NoFolder.h 223 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const {
TargetFolder.h 188 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 840 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
852 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
870 Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr");
    [all...]
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGExprScalar.cpp 597 return Builder.CreatePtrToInt(Src, DstTy, "conv");
    [all...]
TargetInfo.cpp     [all...]
CGClass.cpp 253 Value = Builder.CreatePtrToInt(Value, NonVirtualOffset->getType());
    [all...]
CGBuiltin.cpp 61 return CGF.Builder.CreatePtrToInt(V, IntType);
709 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast");
    [all...]
CGExpr.cpp     [all...]
CGCall.cpp 427 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 782 CV = Builder.CreatePtrToInt(CV, TD->getIntPtrType(CV->getContext()),
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 678 milliseconds