Lines Matching defs:canHandle
97 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
105 static bool canHandle(Instruction *Inst) {
488 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
496 static bool canHandle(Instruction *Inst) {
569 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
574 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
582 static bool canHandle(Instruction *Inst) {
1236 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second)
1380 if (CondInst && SimpleValue::canHandle(CondInst))
1417 if (CondI && SimpleValue::canHandle(CondI)) {
1474 if (SimpleValue::canHandle(CondI)) {
1532 if (SimpleValue::canHandle(&Inst)) {
1535 "Unexpected ebStrict from SimpleValue::canHandle()");
1538 "Unexpected dynamic rounding from SimpleValue::canHandle()");
1633 if (CallValue::canHandle(&Inst)) {
1663 if (GEPValue::canHandle(&Inst)) {