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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp770 Type *CmpType = Cmp->getType(); local
824 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) {
842 Constant *ResC = ConstantInt::get(CmpType, Res);
880 ResC = ConstantInt::getTrue(CmpType);
882 ResC = ConstantInt::getFalse(CmpType);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1237 LLT CmpType = LLT::scalar(32); local
1239 auto Cmp = B.buildICmp(Pred, CmpType, Src0, Src1);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3887 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) {
3889 unsigned Width = CmpType->getBitWidth();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4035 LLT CmpType = MRI.getType(Dst).changeElementSize(1); local
4037 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1);

Completed in 135 milliseconds