Home
last modified time | relevance | path

Searched refs:OpFn (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp418 const ConstantRange &)> OpFn);
985 const ConstantRange &)> OpFn) { in solveBlockValueBinaryOpImpl() argument
998 return ValueLatticeElement::getRange(OpFn(LHSRange, RHSRange)); in solveBlockValueBinaryOpImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp432 const ConstantRange &)> OpFn);
1068 const ConstantRange &)> OpFn) { in solveBlockValueBinaryOpImpl() argument
1081 BBLV = ValueLatticeElement::getRange(OpFn(LHSRange, RHSRange)); in solveBlockValueBinaryOpImpl()
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp482 void testBinarySetOperationExhaustive(Fn1 OpFn, Fn2 InResultFn) { in testBinarySetOperationExhaustive() argument
529 ConstantRange SmallestCR = OpFn(CR1, CR2, ConstantRange::Smallest); in testBinarySetOperationExhaustive()
530 ConstantRange UnsignedCR = OpFn(CR1, CR2, ConstantRange::Unsigned); in testBinarySetOperationExhaustive()
531 ConstantRange SignedCR = OpFn(CR1, CR2, ConstantRange::Signed); in testBinarySetOperationExhaustive()