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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp886 /// If allowScale is set, any type of GEP is allowed as long as the nonIV
889 /// If allowScale is not set, ensure that a GEP increment conforms to one of the
894 bool allowScale) {
920 if (allowScale) {
956 Instruction *Oper = getIVIncOperand(IncV, InsertPos, /*allowScale*/true);
981 /*allowScale=*/false));) {
892 getIVIncOperand(Instruction *IncV, Instruction *InsertPos, bool allowScale) argument

Completed in 1047 milliseconds