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

1 2

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 196 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 183 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
NoFolder.h 236 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 295 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty);
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 515 IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy),
614 Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(UnsafeStackPtr), IntPtrTy);
AddressSanitizer.cpp 633 Value *DynamicAreaPtr = IRB.CreatePtrToInt(SavedStack, IntptrTy);
645 DynamicAreaPtr = IRB.CreateAdd(IRB.CreatePtrToInt(SavedStack, IntptrTy),
    [all...]
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 897 StoredVal = IRB.CreatePtrToInt(StoredVal, StoredValTy);
922 StoredVal = IRB.CreatePtrToInt(StoredVal, StoredValTy);
    [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CGExpr.cpp 570 Builder.CreateAnd(Builder.CreatePtrToInt(Ptr, IntPtrTy),
    [all...]
CGStmt.cpp     [all...]
CGExprScalar.cpp 809 return Builder.CreatePtrToInt(Src, DstTy, "conv");
    [all...]
CGBuiltin.cpp 66 return CGF.Builder.CreatePtrToInt(V, IntType);
    [all...]
CGStmtOpenMP.cpp 501 Builder.CreatePtrToInt(MasterAddr.getPointer(), CGM.IntPtrTy),
502 Builder.CreatePtrToInt(PrivateAddr.getPointer(), CGM.IntPtrTy)),
    [all...]
CGAtomic.cpp     [all...]
CGClass.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 476 Value *PtrAsInt = B.CreatePtrToInt(Ptr, IntPtrTy);
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]

Completed in 363 milliseconds

1 2