OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGEPFoldable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
302
static bool
isGEPFoldable
(GetElementPtrInst *GEP,
313
if (
isGEPFoldable
(GEP, TTI))
StraightLineStrengthReduce.cpp
237
static bool
isGEPFoldable
(GetElementPtrInst *GEP,
261
return
isGEPFoldable
(cast<GetElementPtrInst>(C.Ins), TTI);
Completed in 67 milliseconds