Home
last modified time | relevance | path

Searched defs:ConstVal (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp48 if (std::optional<uint64_t> ConstVal = Val->getAsUnsignedConstant()) { in addArrayDimension() local
50 } else if (std::optional<int64_t> ConstVal = in addArrayDimension() local
142 if (std::optional<uint64_t> ConstVal = Val->getAsUnsignedConstant()) in addTemplateParamNames() local
144 else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) in addTemplateParamNames() local
267 if (std::optional<uint64_t> ConstVal = Val->getAsUnsignedConstant()) { in addValueName() local
270 } else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) { in addValueName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h71 const Constant *ConstVal; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h89 Constant *ConstVal; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp515 if (auto *ConstVal = dyn_cast<ConstantInt>(Val)) in getConstantStackValue() local
564 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp209 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp168 Constant *ConstVal = cast<Constant>(Cond.first->getOperand(1)); in addConditions() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1386 if (auto ConstVal = Expr->getIntegerConstantExpr(Ctx)) { in isNonNegativeIntegerExpr() local
1692 if (auto ConstVal = Offset->getIntegerConstantExpr(Ctx)) in getFixits() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1528 const Constant *ConstVal = GV; in selectGlobalValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1238 auto *ConstVal = ConstantArray::get(ArrTy, Args); in setCoroInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp155 std::optional<ValueAndVReg> ConstVal = in selectCOPY() local
952 std::optional<ValueAndVReg> ConstVal = in selectWritelane() local
H A DAMDGPURegisterBankInfo.cpp2206 uint64_t ConstVal = MI.getOperand(1).getCImm()->getZExtValue(); in applyMappingImpl() local
H A DAMDGPUISelLowering.cpp3120 const SDValue ConstVal = DAG.getConstant( in LowerCTLZ_CTTZ() local
H A DAMDGPULegalizerInfo.cpp4097 auto ConstVal = getIConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot() local
H A DSIISelLowering.cpp6627 if (auto *ConstVal = dyn_cast<ConstantSDNode>(Val)) in isKnownNonNull() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5867 Constant *ConstVal = in getCaseResults() local
6217 ConstantInt *ConstVal = dyn_cast<ConstantInt>(TableContents[I]); in SwitchLookupTable() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3894 llvm::APInt ConstVal(32, 1); in collectVarDeclProps() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp203 llvm::APInt ConstVal(32, StrLength); in CheckStringInit() local
H A DSemaType.cpp2638 llvm::APSInt ConstVal(Context.getTypeSize(Context.getSizeType())); in BuildArrayType() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4839 const APInt *ConstVal = ExpRange.getSingleElement(); in computeKnownFPClass() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3413 auto ConstVal = getIConstantVRegVal(PtrAdd.getBaseReg(), MRI); in matchPtrAddZero() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17980 int64_t ConstVal = CI->getZExtValue(); in isMaskAndCmp0FoldingBeneficial() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12667 uint64_t &ConstVal) { in isAllConstantBuildVector()