Searched refs:CmpType (Results 1 – 2 of 2) sorted by relevance
754 Type *CmpType = Cmp->getType(); in ComputeValueKnownInPredecessorsImpl() local808 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) { in ComputeValueKnownInPredecessorsImpl()826 Constant *ResC = ConstantInt::get(CmpType, Res); in ComputeValueKnownInPredecessorsImpl()864 ResC = ConstantInt::getTrue(CmpType); in ComputeValueKnownInPredecessorsImpl()866 ResC = ConstantInt::getFalse(CmpType); in ComputeValueKnownInPredecessorsImpl()
3776 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in visitCallInst() local3778 unsigned Width = CmpType->getBitWidth(); in visitCallInst()