Home | History | Annotate | Download | only in AArch64

Lines Matching defs:CI

6360   ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Op.getOperand(2));
6361 if (!CI || CI->getZExtValue() >= VT.getVectorNumElements())
6394 ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Op.getOperand(1));
6395 if (!CI || CI->getZExtValue() >= VT.getVectorNumElements())
9731 bool AArch64TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
9732 if (!CI->isTailCall())