Searched refs:setFPAttrs (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 944 Instruction *setFPAttrs(Instruction *I, MDNode *FPMD, in setFPAttrs() function 1164 Instruction *I = setFPAttrs(BinaryOperator::CreateFAdd(L, R), FPMD, FMF); 1173 Instruction *I = setFPAttrs(BinaryOperator::CreateFAdd(L, R), nullptr, 1181 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), FPMD, FMF); 1190 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), nullptr, 1198 Instruction *I = setFPAttrs(BinaryOperator::CreateFMul(L, R), FPMD, FMF); 1207 Instruction *I = setFPAttrs(BinaryOperator::CreateFMul(L, R), nullptr, 1215 Instruction *I = setFPAttrs(BinaryOperator::CreateFDiv(L, R), FPMD, FMF); 1224 Instruction *I = setFPAttrs(BinaryOperator::CreateFDiv(L, R), nullptr, 1232 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), FPMD, FMF); [all …]
|