OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setFastMathFlags
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Instruction.cpp
137
void Instruction::
setFastMathFlags
(FastMathFlags FMF) {
139
cast<FPMathOperator>(this)->
setFastMathFlags
(FMF);
182
setFastMathFlags
(I->getFastMathFlags());
/external/llvm/include/llvm/IR/
Operator.h
257
void
setFastMathFlags
(FastMathFlags FMF) {
Completed in 348 milliseconds