Searched refs:IsExtInst (Results 1 – 2 of 2) sorted by relevance
278 bool IsExtInst = (isa<ZExtInst>(I) || isa<SExtInst>(I)); in getBestTruncatedType() local282 if (!IsExtInst) in getBestTruncatedType()
1493 auto IsExtInst = [](const Value *V) -> bool { in getArithmeticInstrCost() local1506 if (IsExtInst(Op0) && IsExtInst(Op1) && ValueOpcodesEqual(Op0, Op1)) { in getArithmeticInstrCost()1514 if (!IsExtInst(U)) in getArithmeticInstrCost()