Searched refs:OperandC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1378 auto *OperandC = dyn_cast<ConstantSDNode>(Operand); local
1379 if (!OperandC)
1381 auto OperandV = OperandC->getAPIntValue();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3186 if (auto *OperandC = dyn_cast<ConstantSDNode>(Operand)) {
3187 int64_t OperandV = OperandC->getSExtValue();

Completed in 176 milliseconds