Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1266 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local
1271 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
1280 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
1281 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
1353 if (Optional<APInt> OpConst = OpLatticeVal.asConstantInteger()) { in getEdgeValueLocal() local
1354 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1356 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local
1361 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
1370 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
1371 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
1440 if (Optional<APInt> OpConst = OpLatticeVal.asConstantInteger()) { in getEdgeValueLocal() local
1441 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2579 if (ConstantSDNode *OpConst = dyn_cast<ConstantSDNode>(N->getOperand(OpNo))) in SelectBaseMVE_VMLLDAV() local
2580 if (OpConst->getZExtValue() == 0) in SelectBaseMVE_VMLLDAV()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2663 if (ConstantSDNode *OpConst = dyn_cast<ConstantSDNode>(N->getOperand(OpNo))) in SelectBaseMVE_VMLLDAV() local
2664 if (OpConst->getZExtValue() == 0) in SelectBaseMVE_VMLLDAV()