Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1290 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local
1295 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
1304 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
1305 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
1377 if (std::optional<APInt> OpConst = in getEdgeValueLocal() local
1379 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2723 if (ConstantSDNode *OpConst = dyn_cast<ConstantSDNode>(N->getOperand(OpNo))) in SelectBaseMVE_VMLLDAV() local
2724 if (OpConst->getZExtValue() == 0) in SelectBaseMVE_VMLLDAV()