Home
last modified time | relevance | path

Searched refs:setHasNoNaNs (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h207 setHasNoNaNs(B);
221 void setHasNoNaNs(bool B) {
H A DInstruction.h611 LLVM_ABI void setHasNoNaNs(bool B);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp466 setHasNoNaNs(false); in dropPoisonGeneratingFlags()
584 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in Instruction
586 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp217 void Instruction::setHasNoNaNs(bool B) { in setHasNoNaNs() function in llvm::sandboxir::Instruction
220 GenericSetter<&Instruction::hasNoNaNs, &Instruction::setHasNoNaNs>>( in setHasNoNaNs()
222 cast<llvm::Instruction>(Val)->setHasNoNaNs(B); in setHasNoNaNs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp550 BO->setHasNoNaNs(BO->hasNoNaNs() && FMF.noNaNs()); in foldSelectIntoOp()
2923 SI.setHasNoNaNs(true); in foldSelectWithFCmpToFabs()
2934 SI.setHasNoNaNs(true); in foldSelectWithFCmpToFabs()
4067 BinIntrInst->setHasNoNaNs(FCmp->hasNoNaNs()); in visitSelectInst()
4077 BinIntrInst->setHasNoNaNs(FCmp->hasNoNaNs()); in visitSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp316 Modifications.push_back([&Inst] { Inst.setHasNoNaNs(!Inst.hasNoNaNs()); }); in mutate()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h263 LLVM_ABI void setHasNoNaNs(bool B);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h778 I.setHasNoNaNs(FMFs.NoNaNs); in applyFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2819 FRemI->setHasNoNaNs(true); in optimizeFMod()