Home
last modified time | relevance | path

Searched defs:setIsExact (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h139 void setIsExact(bool B) { in setIsExact() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp334 void Instruction::setIsExact(bool b) { in setIsExact() function in Instruction