Searched refs:NVal (Results 1 – 3 of 3) sorted by relevance
304 SDValue NVal = CurDAG->getConstant(val, DL, LD->getValueType(0)); in PreprocessLoad() local310 SDValue To[] = {NVal, NVal}; in PreprocessLoad()
1438 auto NVal = getPointeeVal(SizePtrSval, State); in evalGetdelim() local1439 if (NVal && isa<NonLoc>(*NVal)) { in evalGetdelim()1441 NVal->castAs<NonLoc>(), RetVal); in evalGetdelim()
11843 uint64_t NVal = -C->getSExtValue(); in LowerAsmOperandForConstraint() local11844 if (isUInt<12>(NVal) || isShiftedUInt<12, 12>(NVal)) { in LowerAsmOperandForConstraint()