OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFoldableLoad
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h
110
bool
isFoldableLoad
(const LoadInst *Ld, const Instruction *&FoldedValue);
SystemZTargetTransformInfo.cpp
979
isFoldableLoad
(const LoadInst *Ld, const Instruction *&FoldedValue) {
1080
if (
isFoldableLoad
(cast<LoadInst>(I), FoldedValue)) {
1096
if (OtherLoad &&
isFoldableLoad
(OtherLoad, FoldedValue/*dummy*/))
Completed in 88 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026