Lines Matching refs:getCallBaseContext

278         IRPosition::function(*IRP.getAnchorScope(), IRP.getCallBaseContext()),  in genericValueTraversal()
519 PropagateCallBaseContext ? this->getCallBaseContext() : nullptr); in updateImpl()
583 const CallBase *CBContext = Pos.getCallBaseContext(); in getArgumentStateFromCallBaseContext()
5360 getCallBaseContext()->getCalledFunction() == Arg->getParent()) in updateImpl()
5362 AbstractCallSite(&getCallBaseContext()->getCalledOperandUse())); in updateImpl()
5399 IRPosition::value(V, getCallBaseContext())); in updateImpl()
5476 A.getAssumedSimplified(IRPosition::value(*LHS, getCallBaseContext()), in handleCmp()
5485 A.getAssumedSimplified(IRPosition::value(*RHS, getCallBaseContext()), in handleCmp()
5563 A.getAssumedSimplified(IRPosition::value(*Op, getCallBaseContext()), in handleGenericInst()
5610 *this, IRPosition::value(V, getCallBaseContext()), in updateImpl()
5631 IRPosition::value(V, getCallBaseContext())); in updateImpl()
8263 A.getAssumedSimplified(IRPosition::value(*LHS, getCallBaseContext()), in calculateBinaryOperator()
8272 A.getAssumedSimplified(IRPosition::value(*RHS, getCallBaseContext()), in calculateBinaryOperator()
8285 *this, IRPosition::value(*LHS, getCallBaseContext()), in calculateBinaryOperator()
8291 *this, IRPosition::value(*RHS, getCallBaseContext()), in calculateBinaryOperator()
8316 A.getAssumedSimplified(IRPosition::value(*OpV, getCallBaseContext()), in calculateCastInst()
8328 *this, IRPosition::value(*OpV, getCallBaseContext()), in calculateCastInst()
8346 A.getAssumedSimplified(IRPosition::value(*LHS, getCallBaseContext()), in calculateCmpInst()
8355 A.getAssumedSimplified(IRPosition::value(*RHS, getCallBaseContext()), in calculateCmpInst()
8368 *this, IRPosition::value(*LHS, getCallBaseContext()), in calculateCmpInst()
8372 *this, IRPosition::value(*RHS, getCallBaseContext()), in calculateCmpInst()
8420 A.getAssumedSimplified(IRPosition::value(V, getCallBaseContext()), in updateImpl()
8430 *this, IRPosition::value(*VPtr, getCallBaseContext()), in updateImpl()
8782 A.getAssumedSimplified(IRPosition::value(*LHS, getCallBaseContext()), in updateWithICmpInst()
8791 A.getAssumedSimplified(IRPosition::value(*RHS, getCallBaseContext()), in updateWithICmpInst()
8865 A.getAssumedSimplified(IRPosition::value(*LHS, getCallBaseContext()), in updateWithSelectInst()
8874 A.getAssumedSimplified(IRPosition::value(*RHS, getCallBaseContext()), in updateWithSelectInst()
8940 A.getAssumedSimplified(IRPosition::value(*Src, getCallBaseContext()), in updateWithCastInst()
8973 A.getAssumedSimplified(IRPosition::value(*LHS, getCallBaseContext()), in updateWithBinaryOperator()
8982 A.getAssumedSimplified(IRPosition::value(*RHS, getCallBaseContext()), in updateWithBinaryOperator()
9041 IRPosition::value(*IncomingValue, getCallBaseContext()), *this, in updateWithPHINode()