Home
last modified time | relevance | path

Searched defs:NewValue (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DPtrState.h120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
DObjCARCOpts.cpp723 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
743 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
322 void VariantValue::setString(StringRef NewValue) { in setString()
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp219 Value *NewValue = C; in remapConstant() local
273 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/clang/lib/Analysis/
DBodyFarm.cpp298 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/external/clang/include/clang/Basic/
DIdentifierTable.h360 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp1467 SDValue NewValue = CurDAG->getNode(ISD::BITCAST, SDLoc(ST), in PreprocessISelDAG() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9434 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine() local
/external/clang/lib/AST/
DExprConstant.cpp2170 APValue NewValue(APValue::UninitArray(), NewElts, Size); in expandArray() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5945 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); in CombineExtLoad() local