Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp89 static bool isConstantMask(SDNode *Node, uint64_t &Mask) { in isConstantMask() function
147 isConstantMask(Op0.getNode(), Mask)) { in Select()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp53 static bool isConstantMask(SDNode *Node, uint64_t &Mask) { in isConstantMask() function
132 if (isa<ConstantSDNode>(Node->getOperand(1)) && isConstantMask(Op0, Mask)) { in Select()