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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 528 int64_t Offs1, Offs2;
530 if (IsConstantOffsetFromGlobal(Op0, GV1, Offs1, *TD))
534 return ConstantInt::get(Op0->getType(), Offs1-Offs2);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 672 APInt Offs1, Offs2;
674 if (IsConstantOffsetFromGlobal(Op0, GV1, Offs1, DL))
681 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) -
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 716 APInt Offs1, Offs2;
718 if (IsConstantOffsetFromGlobal(Op0, GV1, Offs1, DL))
725 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) -
    [all...]

Completed in 296 milliseconds