OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFPAttrs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1134
Instruction *
setFPAttrs
(Instruction *I, MDNode *FPMD,
1412
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFAdd(L, R), FPMD, FMF);
1425
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFAdd(L, R), nullptr,
1437
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFSub(L, R), FPMD, FMF);
1450
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFSub(L, R), nullptr,
1462
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFMul(L, R), FPMD, FMF);
1475
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFMul(L, R), nullptr,
1487
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFDiv(L, R), FPMD, FMF);
1500
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFDiv(L, R), nullptr,
1512
Instruction *I =
setFPAttrs
(BinaryOperator::CreateFRem(L, R), FPMD, FMF)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp
825
setFPAttrs
(C, FPMathTag, UseFMF);
877
setFPAttrs
(C, FPMathTag, UseFMF);
893
return Insert(
setFPAttrs
(new FCmpInst(P, LHS, RHS), FPMathTag, FMF), Name);
948
setFPAttrs
(Sel, nullptr /* MDNode* */, FMF);
Completed in 66 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026