Lines Matching defs:canHandle
97 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
105 static bool canHandle(Instruction *Inst) {
487 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
495 static bool canHandle(Instruction *Inst) {
568 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
573 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
581 static bool canHandle(Instruction *Inst) {
1242 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second)
1369 if (CondInst && SimpleValue::canHandle(CondInst))
1406 if (CondI && SimpleValue::canHandle(CondI)) {
1463 if (SimpleValue::canHandle(CondI)) {
1521 if (SimpleValue::canHandle(&Inst)) {
1524 "Unexpected ebStrict from SimpleValue::canHandle()");
1527 "Unexpected dynamic rounding from SimpleValue::canHandle()");
1622 if (CallValue::canHandle(&Inst)) {
1651 if (GEPValue::canHandle(&Inst)) {