Lines Matching refs:getConstant
131 return dyn_cast_or_null<ConstantInt>(getConstant(IV)); in getConstantInt()
444 Constant *getConstant(const ValueLatticeElement &LV) const;
513 Constant *SCCPInstVisitor::getConstant(const ValueLatticeElement &LV) const { in getConstant() function in SCCPInstVisitor
515 return LV.getConstant(); in getConstant()
664 BlockAddress *Addr = dyn_cast_or_null<BlockAddress>(getConstant(IBRValue)); in getFeasibleSuccessors()
819 if (Constant *OpC = getConstant(OpSt)) { in visitCastInst()
962 getConstant(V0State), DL)) in visitUnaryOperator()
987 Value *V1 = isConstant(V1State) ? getConstant(V1State) : I.getOperand(0); in visitBinaryOperator()
988 Value *V2 = isConstant(V2State) ? getConstant(V2State) : I.getOperand(1); in visitBinaryOperator()
1074 if (Constant *C = getConstant(State)) { in visitGetElementPtrInst()
1140 Constant *Ptr = getConstant(PtrVal); in visitLoadInst()
1201 Operands.push_back(getConstant(State)); in handleCallOverdefined()
1321 ValueLatticeElement::getNot(CondVal.getConstant())); in handleCallResult()
1601 Constant *SCCPSolver::getConstant(const ValueLatticeElement &LV) const { in getConstant() function in SCCPSolver
1602 return Visitor->getConstant(LV); in getConstant()