Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp307 SDValue NVal = CurDAG->getConstant(val, DL, LD->getValueType(0)); in PreprocessLoad() local
313 SDValue To[] = {NVal, NVal}; in PreprocessLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8064 uint64_t NVal = -C->getSExtValue(); in LowerAsmOperandForConstraint() local
8065 if (isUInt<12>(NVal) || isShiftedUInt<12, 12>(NVal)) { in LowerAsmOperandForConstraint()