Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp268 bool Op2Sext = isa<SExtInst>(Args[1]) && in getArithmeticInstrCost() local
273 bool IsSext = Op1Sext || Op2Sext; in getArithmeticInstrCost()