Searched refs:ResVal (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 756 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local 758 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression() 779 return ResVal.Val != 0; in EvaluateDirectiveExpression() 784 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression() 804 return ResVal.Val != 0; in EvaluateDirectiveExpression()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 870 ComplexPairTy ResVal = EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy); in EmitCompoundAssignLValue() local 871 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 872 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue() 874 llvm::Value *ResVal = in EmitCompoundAssignLValue() local 876 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 877 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
|
D | CGAtomic.cpp | 912 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local 914 ResVal, in EmitAtomicExpr() 915 Builder.CreateBitCast(GetDest(), ResVal->getType()->getPointerTo())); in EmitAtomicExpr()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 291 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument 300 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 301 return ResVal == nullptr; in getValueTypePair() 307 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 308 return ResVal == nullptr; in getValueTypePair() 315 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument 316 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue() 325 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument 326 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue() 327 return ResVal == nullptr; in getValue()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10209 SDValue ResVal = BSLoad; in PerformDAGCombine() local 10211 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine() 10215 DCI.CombineTo(N, ResVal); in PerformDAGCombine() 10219 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
|