Home
last modified time | relevance | path

Searched refs:setHasApproxFunc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDOperator.h214 setHasApproxFunc(B);
253 void setHasApproxFunc(bool B) {
HDInstruction.h584 void setHasApproxFunc(bool B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp555 void Instruction::setHasApproxFunc(bool B) { in setHasApproxFunc() function in Instruction
557 cast<FPMathOperator>(this)->setHasApproxFunc(B); in setHasApproxFunc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDIRMutator.cpp292 [&Inst] { Inst.setHasApproxFunc(!Inst.hasApproxFunc()); }); in mutate()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h1174 I->setHasApproxFunc(FMFs.ApproxFunc); in setFlags()