Searched refs:OpndType (Results 1 – 3 of 3) sorted by relevance
951 Type *CmpInst::makeCmpResultType(Type *OpndType) { in makeCmpResultType() argument952 if (auto *VT = dyn_cast<VectorType>(OpndType)) { in makeCmpResultType()955 return OpndType->getContext().getType(llvm::VectorType::get( in makeCmpResultType()956 llvm::Type::getInt1Ty(OpndType->getContext().LLVMCtx), in makeCmpResultType()959 return Type::getInt1Ty(OpndType->getContext()); in makeCmpResultType()
4930 const Type *OpndType = getOrigType(PromotedInsts, Opnd, IsSExt); in canGetThrough() local4931 if (OpndType) in canGetThrough()4934 OpndType = Opnd->getOperand(0)->getType(); in canGetThrough()4940 OpndType->getIntegerBitWidth(); in canGetThrough()
2537 LLVM_ABI static Type *makeCmpResultType(Type *OpndType);