Searched refs:CmpType (Results 1 – 4 of 4) sorted by relevance
742 Type *CmpType = Cmp->getType(); in computeValueKnownInPredecessorsImpl() local790 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) { in computeValueKnownInPredecessorsImpl()834 ResC = ConstantInt::getTrue(CmpType); in computeValueKnownInPredecessorsImpl()836 ResC = ConstantInt::getFalse(CmpType); in computeValueKnownInPredecessorsImpl()
1273 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in instCombineIntrinsic() local1275 unsigned Width = CmpType->getBitWidth(); in instCombineIntrinsic()
363 ValueType CmpType, PatFrag CmpPred> {364 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),367 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
8151 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local8153 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1); in lowerMinMax()