OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInductionBinOp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h
284
BinaryOperator *
getInductionBinOp
() const { return InductionBinOp; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CanonicalizeFreezeInLoops.cpp
138
FrozenIndPHIInfo Info(&PHI, ID.
getInductionBinOp
());
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopInfo.cpp
209
Instruction *StepInst = IndDesc.
getInductionBinOp
();
312
Instruction *StepInst = IndDesc.
getInductionBinOp
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
2459
if (ID.
getInductionBinOp
() && isa<FPMathOperator>(ID.
getInductionBinOp
()))
2460
Builder.setFastMathFlags(ID.
getInductionBinOp
()->getFastMathFlags());
3416
auto InductionBinOp = ID.
getInductionBinOp
();
3514
if (II.
getInductionBinOp
() && isa<FPMathOperator>(II.
getInductionBinOp
()))
3515
B.setFastMathFlags(II.
getInductionBinOp
()->getFastMathFlags());
3749
if (II.
getInductionBinOp
() && isa<FPMathOperator>(II.
getInductionBinOp
()))
3750
B.setFastMathFlags(II.
getInductionBinOp
()->getFastMathFlags())
[
all
...]
Completed in 28 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026