Lines Matching full:istrue
1109 auto getConstant = [&I, this](bool IsTrue) {1111 IsTrue = !IsTrue;1112 return ReplaceInstUsesWith(I, ConstantInt::get(I.getType(), IsTrue));1173 auto getConstant = [&I, this](bool IsTrue) {1175 IsTrue = !IsTrue;1176 return ReplaceInstUsesWith(I, ConstantInt::get(I.getType(), IsTrue));