Searched refs:getKnownRValue (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h243 RValue getKnownRValue() const { function in struct:clang::CodeGen::CGCallee::CallArg
H A DCGCall.cpp1097 : Arg.getKnownRValue().getAggregateAddress();
1108 : Arg.getKnownRValue().getAggregateAddress();
1129 ComplexPairTy CV = Arg.getKnownRValue().getComplexVal();
1134 auto RV = Arg.getKnownRValue();
4323 RValue RVArg = Args.back().getKnownRValue();
4884 : I->getKnownRValue().getAggregateAddress();
4953 : I->getKnownRValue().getAggregateAddress();
5043 V = I->getKnownRValue().getScalarVal();
5047 : I->getKnownRValue().getAggregateAddress());
5092 : I->getKnownRValue()
[all...]
H A DCGObjC.cpp400 const llvm::Value* arg = Args.front().getKnownRValue().getScalarVal();

Completed in 183 milliseconds