Home
last modified time | relevance | path

Searched defs:ValConst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp591 int32_t ValConst = C->getSExtValue() << ShlConst; in SelectSHL() local
612 int32_t ValConst = 1 << (ShlConst + C2->getSExtValue()); in SelectSHL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3420 ConstantInt *ValConst = dyn_cast_or_null<ConstantInt>(NodeVal->getValue()); in getHiPELiteral() local