Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1337 auto *OperandC = dyn_cast<ConstantSDNode>(Operand); in tryFoldLoadStoreIntoMemOperand() local
1338 if (!OperandC) in tryFoldLoadStoreIntoMemOperand()
1340 auto OperandV = OperandC->getAPIntValue(); in tryFoldLoadStoreIntoMemOperand()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2750 if (auto *OperandC = dyn_cast<ConstantSDNode>(Operand)) { in foldLoadStoreIntoMemOperand() local
2751 auto OperandV = OperandC->getAPIntValue(); in foldLoadStoreIntoMemOperand()