Lines Matching refs:getConstant
133 return dyn_cast_or_null<ConstantInt>(getConstant(IV)); in getConstantInt()
449 Constant *getConstant(const ValueLatticeElement &LV) const;
517 Constant *SCCPInstVisitor::getConstant(const ValueLatticeElement &LV) const { in getConstant() function in SCCPInstVisitor
519 return LV.getConstant(); in getConstant()
653 BlockAddress *Addr = dyn_cast_or_null<BlockAddress>(getConstant(IBRValue)); in getFeasibleSuccessors()
805 if (Constant *OpC = getConstant(OpSt)) { in visitCastInst()
941 Constant *C = ConstantExpr::get(I.getOpcode(), getConstant(V0State)); in visitUnaryOperator()
975 Value *V1 = isConstant(V1State) ? getConstant(V1State) : I.getOperand(0); in visitBinaryOperator()
976 Value *V2 = isConstant(V2State) ? getConstant(V2State) : I.getOperand(1); in visitBinaryOperator()
1064 if (Constant *C = getConstant(State)) { in visitGetElementPtrInst()
1132 Constant *Ptr = getConstant(PtrVal); in visitLoadInst()
1196 Operands.push_back(getConstant(State)); in handleCallOverdefined()
1326 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
1694 Constant *SCCPSolver::getConstant(const ValueLatticeElement &LV) const { in getConstant() function in SCCPSolver
1695 return Visitor->getConstant(LV); in getConstant()