HomeSort by relevance Sort by last modified time
    Searched defs:ResVal (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 668 ComplexPairTy ResVal = EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy);
669 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false);
670 Val = RValue::getComplex(ResVal);
672 llvm::Value *ResVal =
674 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false);
675 Val = RValue::get(ResVal);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 108 milliseconds