OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copyFastMathFlags
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
314
void
copyFastMathFlags
(FastMathFlags FMF) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
214
void Instruction::
copyFastMathFlags
(FastMathFlags FMF) {
216
cast<FPMathOperator>(this)->
copyFastMathFlags
(FMF);
264
void Instruction::
copyFastMathFlags
(const Instruction *I) {
265
copyFastMathFlags
(I->getFastMathFlags());
285
copyFastMathFlags
(FP->getFastMathFlags());
308
copyFastMathFlags
(FM);
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026