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

  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 440 Value *PtrAsInt = B.CreatePtrToInt(Ptr, IntPtrTy);
443 return B.CreateICmpEQ(PtrAsInt, OffsetedGlobalAsInt);
445 Value *PtrOffset = B.CreateSub(PtrAsInt, OffsetedGlobalAsInt);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 244 llvm::Value *PtrAsInt = Ptr;
246 PtrAsInt = CGF.Builder.CreatePtrToInt(PtrAsInt, CGF.IntPtrTy);
247 PtrAsInt = CGF.Builder.CreateAdd(PtrAsInt,
249 PtrAsInt = CGF.Builder.CreateAnd(PtrAsInt,
251 PtrAsInt = CGF.Builder.CreateIntToPtr(PtrAsInt,
254 return PtrAsInt;
    [all...]

Completed in 773 milliseconds