Searched refs:CmpType (Results 1 – 4 of 4) sorted by relevance
837 Type *CmpType = Cmp->getType(); in computeValueKnownInPredecessorsImpl() local887 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) { in computeValueKnownInPredecessorsImpl()901 Constant *ResC = ConstantInt::get(CmpType, Res); in computeValueKnownInPredecessorsImpl()935 ResC = ConstantInt::getTrue(CmpType); in computeValueKnownInPredecessorsImpl()937 ResC = ConstantInt::getFalse(CmpType); in computeValueKnownInPredecessorsImpl()
796 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in instCombineIntrinsic() local798 unsigned Width = CmpType->getBitWidth(); in instCombineIntrinsic()
355 ValueType CmpType, PatFrag CmpPred> {356 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),359 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
6420 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local6422 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1); in lowerMinMax()