Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1205 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local
1210 SimplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
1219 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
1220 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
1289 if (Optional<APInt> OpConst = OpLatticeVal.asConstantInteger()) { in getEdgeValueLocal() local
1290 Result = constantFoldUser(Usr, Op, OpConst.getValue(), DL); in getEdgeValueLocal()