Home
last modified time | relevance | path

Searched refs:binaryOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantRange.h262 ConstantRange binaryOp(Instruction::BinaryOps BinOp,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp250 return Ops[0].binaryOp(BinOp, Ops[1]); in walkForwards()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp723 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, in binaryOp() function in ConstantRange
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1069 BBLV = ValueLatticeElement::getRange(LHSRange.binaryOp(BinOp, RHSRange)); in solveBlockValueBinaryOp()