Home
last modified time | relevance | path

Searched refs:OpndType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp951 Type *CmpInst::makeCmpResultType(Type *OpndType) { in makeCmpResultType() argument
952 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4930 const Type *OpndType = getOrigType(PromotedInsts, Opnd, IsSExt); in canGetThrough() local
4931 if (OpndType) in canGetThrough()
4934 OpndType = Opnd->getOperand(0)->getType(); in canGetThrough()
4940 OpndType->getIntegerBitWidth(); in canGetThrough()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2537 LLVM_ABI static Type *makeCmpResultType(Type *OpndType);