Searched refs:getKnownLValue (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h239 LValue getKnownLValue() const { function in struct:clang::CodeGen::CGCallee::CallArg
H A DCGCall.cpp1096 Address Addr = Arg.hasLValue() ? Arg.getKnownLValue().getAddress(*this)
1107 Address This = Arg.hasLValue() ? Arg.getKnownLValue().getAddress(*this)
4883 ? I->getKnownLValue().getAddress(*this)
4952 ? I->getKnownLValue().getAddress(*this)
4970 auto LV = I->getKnownLValue();
5046 I->hasLValue() ? I->getKnownLValue().getAddress(*this)
5091 Src = I->hasLValue() ? I->getKnownLValue().getAddress(*this)
5160 addr = I->hasLValue() ? I->getKnownLValue().getAddress(*this)

Completed in 90 milliseconds