Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1250 auto *IntrPG = dyn_cast<IntrinsicInst>(Pg); in instCombineSVELast() local
1251 if (!IntrPG) in instCombineSVELast()
1254 if (IntrPG->getIntrinsicID() != Intrinsic::aarch64_sve_ptrue) in instCombineSVELast()
1258 cast<ConstantInt>(IntrPG->getOperand(0))->getZExtValue(); in instCombineSVELast()