Home | History | Annotate | Download | only in AArch64

Lines Matching refs:EmitCmp

124   bool EmitCmp(Value *Src1Value, Value *Src2Value, bool isZExt);
773 if (!EmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))
881 bool AArch64FastISel::EmitCmp(Value *Src1Value, Value *Src2Value, bool isZExt) {
1004 if (!EmitCmp(CI->getOperand(0), CI->getOperand(1), CI->isUnsigned()))