Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp859 auto *IntrPG = dyn_cast<IntrinsicInst>(Pg); in instCombineSVELast() local
860 if (!IntrPG) in instCombineSVELast()
863 if (IntrPG->getIntrinsicID() != Intrinsic::aarch64_sve_ptrue) in instCombineSVELast()
867 cast<ConstantInt>(IntrPG->getOperand(0))->getZExtValue(); in instCombineSVELast()