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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 818 Value *&SunkAddr = SunkAddrs[Addr];
819 if (SunkAddr) {
822 if (SunkAddr->getType() != Addr->getType())
823 SunkAddr = Builder.CreateBitCast(SunkAddr, Addr->getType());
840 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
842 V = Builder.CreateIntCast(V, IntPtrTy, /*isSigned=*/true, "sunkaddr");
852 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
855 V = Builder.CreateTrunc(V, IntPtrTy, "sunkaddr");
857 V = Builder.CreateSExt(V, IntPtrTy, "sunkaddr");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 2190 milliseconds