Searched refs:OpNoSignedWrap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1157 bool OpNoSignedWrap = BO->hasNoSignedWrap(); local
1158 NoSignedWrap &= OpNoSignedWrap;
1159 if (NoSignedWrap != OpNoSignedWrap) {

Completed in 79 milliseconds