Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1134 Instruction *setFPAttrs(Instruction *I, MDNode *FPMD, in setFPAttrs() argument
1136 if (!FPMD) in setFPAttrs()
1137 FPMD = DefaultFPMathTag; in setFPAttrs()
1138 if (FPMD) in setFPAttrs()
1139 I->setMetadata(LLVMContext::MD_fpmath, FPMD); in setFPAttrs()
1406 MDNode *FPMD = nullptr) {
1409 L, R, nullptr, Name, FPMD);
1412 Instruction *I = setFPAttrs(BinaryOperator::CreateFAdd(L, R), FPMD, FMF);
1431 MDNode *FPMD = nullptr) {
1434 L, R, nullptr, Name, FPMD);
[all …]