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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp107 bool isValidRewrite(Value *FromVal, Value *ToVal);
138 /// isValidRewrite - Return true if the SCEV expansion generated by the
142 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) { function in class:IndVarSimplify
602 if (!isValidRewrite(Inst, ExitVal)) {

Completed in 90 milliseconds