Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1338 Constant* OpConst = Constant::getIntegerValue(Op->getType(), OpConstVal); in constantFoldUser() local
1343 simplifyCastInst(CI->getOpcode(), OpConst, in constantFoldUser()
1352 Value *LHS = Op0Match ? OpConst : BO->getOperand(0); in constantFoldUser()
1353 Value *RHS = Op1Match ? OpConst : BO->getOperand(1); in constantFoldUser()
1427 if (std::optional<APInt> OpConst = in getEdgeValueLocal() local
1429 Result = constantFoldUser(Usr, Op, *OpConst, DL); in getEdgeValueLocal()