Home
last modified time | relevance | path

Searched refs:IsExtInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp278 bool IsExtInst = (isa<ZExtInst>(I) || isa<SExtInst>(I)); in getBestTruncatedType() local
282 if (!IsExtInst) in getBestTruncatedType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1493 auto IsExtInst = [](const Value *V) -> bool { in getArithmeticInstrCost() local
1506 if (IsExtInst(Op0) && IsExtInst(Op1) && ValueOpcodesEqual(Op0, Op1)) { in getArithmeticInstrCost()
1514 if (!IsExtInst(U)) in getArithmeticInstrCost()