Searched defs:setIsExact (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Operator.h | 139 void setIsExact(bool B) { setIsExact() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 334 void Instruction::setIsExact(bool b) { setIsExact() function in Instruction |