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

1 2

  /external/llvm/unittests/IR/
ConstantsTest.cpp 207 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty);
211 Constant *P4 = ConstantExpr::getPtrToInt(Global2, Int32Ty);
336 Constant *GlobalInt = ConstantExpr::getPtrToInt(Global, IntTy);
360 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy);
361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy);
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 323 BAI->Mask = ConstantExpr::getPtrToInt(MaskGlobal, Int8Ty);
562 ConstantExpr::getPtrToInt(CombinedGlobalAddr, IntPtrTy);
638 Constant *DestInt = ConstantExpr::getPtrToInt(Dest, IntPtrTy);
639 Constant *SrcInt = ConstantExpr::getPtrToInt(Src, IntPtrTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 660 static Constant *getPtrToInt(Constant *C, Type *Ty);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
AutoUpgrade.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h     [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 464 if (Constant *C = ConstantExpr::getPtrToInt(COp, I.getType())) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 366 auto *NullInt = ConstantExpr::getPtrToInt(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 601 Constant *Res = ConstantExpr::getPtrToInt(Ptr, CE->getType());
    [all...]

Completed in 231 milliseconds

1 2