Searched refs:ResVal (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 749 PPValue ResVal(BitWidth); in EvaluateDirectiveExpression() local 751 if (EvaluateValue(ResVal, Tok, DT, true, *this)) { in EvaluateDirectiveExpression() 772 return ResVal.Val != 0; in EvaluateDirectiveExpression() 777 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question), in EvaluateDirectiveExpression() 797 return ResVal.Val != 0; in EvaluateDirectiveExpression()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 877 ComplexPairTy ResVal = in EmitCompoundAssignLValue() local 879 EmitStoreOfComplex(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 880 Val = RValue::getComplex(ResVal); in EmitCompoundAssignLValue() 882 llvm::Value *ResVal = in EmitCompoundAssignLValue() local 884 CGF.EmitStoreOfScalar(ResVal, LHS, /*isInit*/ false); in EmitCompoundAssignLValue() 885 Val = RValue::get(ResVal); in EmitCompoundAssignLValue()
|
D | CGAtomic.cpp | 1011 llvm::Value *ResVal = Res.getScalarVal(); in EmitAtomicExpr() local 1014 ResVal = Builder.CreateBinOp(PostOp, ResVal, LoadVal1); in EmitAtomicExpr() 1017 ResVal = Builder.CreateNot(ResVal); in EmitAtomicExpr() 1020 ResVal, in EmitAtomicExpr() 1021 Builder.CreateBitCast(Dest, ResVal->getType()->getPointerTo())); in EmitAtomicExpr()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 313 unsigned InstNum, Value *&ResVal) { in getValueTypePair() argument 322 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 323 return ResVal == nullptr; in getValueTypePair() 329 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 330 return ResVal == nullptr; in getValueTypePair() 337 unsigned InstNum, Type *Ty, Value *&ResVal) { in popValue() argument 338 if (getValue(Record, Slot, InstNum, Ty, ResVal)) in popValue() 347 unsigned InstNum, Type *Ty, Value *&ResVal) { in getValue() argument 348 ResVal = getValue(Record, Slot, InstNum, Ty); in getValue() 349 return ResVal == nullptr; in getValue()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10532 SDValue ResVal = BSLoad; in PerformDAGCombine() local 10534 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad); in PerformDAGCombine() 10538 DCI.CombineTo(N, ResVal); in PerformDAGCombine() 10542 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1)); in PerformDAGCombine()
|