Home
last modified time | relevance | path

Searched refs:CmpType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp754 Type *CmpType = Cmp->getType(); in ComputeValueKnownInPredecessorsImpl() local
808 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()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3776 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in visitCallInst() local
3778 unsigned Width = CmpType->getBitWidth(); in visitCallInst()