Searched refs:setHasAllowContract (Results 1 – 7 of 7) sorted by relevance
211 setHasAllowContract(B);245 void setHasAllowContract(bool B) {
631 LLVM_ABI void setHasAllowContract(bool B);
604 void Instruction::setHasAllowContract(bool B) { in setHasAllowContract() function in Instruction606 cast<FPMathOperator>(this)->setHasAllowContract(B); in setHasAllowContract()
249 void Instruction::setHasAllowContract(bool B) { in setHasAllowContract() function in llvm::sandboxir::Instruction252 &Instruction::setHasAllowContract>>( in setHasAllowContract()254 cast<llvm::Instruction>(Val)->setHasAllowContract(B); in setHasAllowContract()
323 [&Inst] { Inst.setHasAllowContract(!Inst.hasAllowContract()); }); in mutate()
293 LLVM_ABI void setHasAllowContract(bool B);
782 I.setHasAllowContract(FMFs.AllowContract); in applyFlags()