Searched defs:isFoldable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp150 bool isFoldable(const Candidate &C, TargetTransformInfo *TTI,
277 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, function in class:StraightLineStrengthReduce
339 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) {

Completed in 97 milliseconds