OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantFoldInstOperands
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ConstantFolding.h
58
///
ConstantFoldInstOperands
- Attempt to constant fold an instruction with the
64
Constant *
ConstantFoldInstOperands
(Instruction *I, ArrayRef<Constant *> Ops,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
1212
return
ConstantFoldInstOperands
(I, Ops, DL, TLI);
1221
Constant *llvm::
ConstantFoldInstOperands
(Instruction *I,
InstructionSimplify.cpp
3961
return
ConstantFoldInstOperands
(I, ConstOps, Q.DL, Q.TLI);
ScalarEvolution.cpp
8271
return
ConstantFoldInstOperands
(I, Operands, DL, TLI);
8696
C =
ConstantFoldInstOperands
(I, Operands, DL, &TLI);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
1214
if (Value *V =
ConstantFoldInstOperands
(I, C, DL, TLI))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
5238
return
ConstantFoldInstOperands
(I, COps, DL);
Completed in 42 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026