Searched refs:IsCmp (Results 1 – 2 of 2) sorted by relevance
572 bool IsCmp = Pred != CmpInst::Predicate::BAD_ICMP_PREDICATE; in scalarizeBinopOrCmp() local573 if (IsCmp) in scalarizeBinopOrCmp()622 if (IsCmp) { in scalarizeBinopOrCmp()646 if (IsCmp) in scalarizeBinopOrCmp()658 IsCmp ? Builder.CreateCmp(Pred, V0, V1) in scalarizeBinopOrCmp()669 Constant *NewVecC = IsCmp ? ConstantExpr::getCompare(Pred, VecC0, VecC1) in scalarizeBinopOrCmp()
10191 const bool IsCmp = BId == Builtin::BImemcmp || BId == Builtin::BIbcmp; in CheckMemaccessArguments() local10194 if (ArgIdx != 0 || IsCmp) { in CheckMemaccessArguments()10199 else if (IsCmp) in CheckMemaccessArguments()10205 << (IsCmp ? ArgIdx + 2 : ArgIdx) << FnName in CheckMemaccessArguments()