Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp304 SDValue NVal = CurDAG->getConstant(val, DL, LD->getValueType(0)); in PreprocessLoad() local
310 SDValue To[] = {NVal, NVal}; in PreprocessLoad()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1438 auto NVal = getPointeeVal(SizePtrSval, State); in evalGetdelim() local
1439 if (NVal && isa<NonLoc>(*NVal)) { in evalGetdelim()
1441 NVal->castAs<NonLoc>(), RetVal); in evalGetdelim()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11843 uint64_t NVal = -C->getSExtValue(); in LowerAsmOperandForConstraint() local
11844 if (isUInt<12>(NVal) || isShiftedUInt<12, 12>(NVal)) { in LowerAsmOperandForConstraint()