Searched refs:argVal (Results 1 – 3 of 3) sorted by relevance
323 const SVal argVal, in IsZeroByteAllocation() argument327 state->assume(argVal.castAs<DefinedSVal>()); in IsZeroByteAllocation()375 SVal argVal = C.getSVal(arg); in BasicAllocationCheck() local377 if (argVal.isUnknownOrUndef()) in BasicAllocationCheck()381 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in BasicAllocationCheck()403 SVal argVal = C.getSVal(arg); in CheckCallocZero() local404 if (argVal.isUnknownOrUndef()) { in CheckCallocZero()411 if (IsZeroByteAllocation(state, argVal, &trueState, &falseState)) { in CheckCallocZero()
265 Value argVal = callOp->getOperand(bbargIdx); in equivalenceAnalysis() local266 aliasInfo.unionEquivalenceClasses(returnVal, argVal); in equivalenceAnalysis()
3064 ExtValue argVal = genval(*expr); in genRawProcedureRef() local3065 if (!fir::isUnboxedValue(argVal)) in genRawProcedureRef()3068 caller.placeInput(arg, fir::getBase(argVal)); in genRawProcedureRef()5045 fir::CharBoxValue argVal = helper.createTempFrom(asScalarRef(*expr)); in genElementalUserDefinedProcRef() local5047 [=](IterSpace iters) -> ExtValue { return argVal; }); in genElementalUserDefinedProcRef()