Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp748 Type *CmpType = Cmp->getType(); in computeValueKnownInPredecessorsImpl() local
801 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) { in computeValueKnownInPredecessorsImpl()
815 Constant *ResC = ConstantInt::get(CmpType, Res); in computeValueKnownInPredecessorsImpl()
849 ResC = ConstantInt::getTrue(CmpType); in computeValueKnownInPredecessorsImpl()
851 ResC = ConstantInt::getFalse(CmpType); in computeValueKnownInPredecessorsImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp938 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in instCombineIntrinsic() local
940 unsigned Width = CmpType->getBitWidth(); in instCombineIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td355 ValueType CmpType, PatFrag CmpPred> {
356 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
359 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6902 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local
6904 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1); in lowerMinMax()