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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp779 Type *CmpType = Cmp->getType(); local
829 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) {
843 Constant *ResC = ConstantInt::get(CmpType, Res);
877 ResC = ConstantInt::getTrue(CmpType);
879 ResC = ConstantInt::getFalse(CmpType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3945 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) {
3947 unsigned Width = CmpType->getBitWidth();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1623 const LLT CmpType = LLT::scalar(32); local
1624 auto Cmp = B.buildICmp(Pred, CmpType, Src0, Src1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4821 LLT CmpType = MRI.getType(Dst).changeElementSize(1); local
4823 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1);

Completed in 366 milliseconds