Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1378 auto *OperandC = dyn_cast<ConstantSDNode>(Operand); in tryFoldLoadStoreIntoMemOperand() local
1379 if (!OperandC) in tryFoldLoadStoreIntoMemOperand()
1381 auto OperandV = OperandC->getAPIntValue(); in tryFoldLoadStoreIntoMemOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3186 if (auto *OperandC = dyn_cast<ConstantSDNode>(Operand)) { in foldLoadStoreIntoMemOperand() local
3187 int64_t OperandV = OperandC->getSExtValue(); in foldLoadStoreIntoMemOperand()