Home
last modified time | relevance | path

Searched refs:overflowingBinaryOp (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h349 ConstantRange overflowingBinaryOp(Instruction::BinaryOps BinOp,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h333 ConstantRange overflowingBinaryOp(Instruction::BinaryOps BinOp,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp819 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp() function in ConstantRange
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp837 ConstantRange ConstantRange::overflowingBinaryOp(Instruction::BinaryOps BinOp, in overflowingBinaryOp() function in ConstantRange
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1022 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind); in solveBlockValueBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1109 return CR1.overflowingBinaryOp(BO->getOpcode(), CR2, NoWrapKind); in solveBlockValueBinaryOp()