Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h944 Instruction *setFPAttrs(Instruction *I, MDNode *FPMD, in setFPAttrs() argument
946 if (!FPMD) in setFPAttrs()
947 FPMD = DefaultFPMathTag; in setFPAttrs()
948 if (FPMD) in setFPAttrs()
949 I->setMetadata(LLVMContext::MD_fpmath, FPMD); in setFPAttrs()
1162 MDNode *FPMD = nullptr) {
1164 Instruction *I = setFPAttrs(BinaryOperator::CreateFAdd(L, R), FPMD, FMF);
1179 MDNode *FPMD = nullptr) {
1181 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), FPMD, FMF);
1196 MDNode *FPMD = nullptr) {
[all …]