HomeSort by relevance Sort by last modified time
    Searched refs:ChainResult (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
LegalizeDAG.cpp 416 SDValue &ValResult, SDValue &ChainResult) {
437 ChainResult = Chain;
502 ChainResult = TF;
561 ChainResult = TF;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 178 ExprResult ChainResult = S.UsualUnaryConversions(Chain);
179 if (ChainResult.isInvalid())
181 if (!ChainResult.get()->getType()->isPointerType()) {
188 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() };
200 BuiltinCall->setArg(1, ChainResult.get());
    [all...]

Completed in 423 milliseconds