Searched defs:setValue (Results 1 – 13 of 13) sorted by relevance
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
141 void setValue(const ValueTy &V) { second = V; } in setValue() function
1713 iterator::setValue(ValT x) { in setValue() function
286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue() function
533 void setValue(const Value *V, SDValue NewN) { in setValue() function
461 void setValue(Value *Val) { in setValue() function
1431 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function1441 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function1568 void setValue(unsigned Val) { Value = Val; } in setValue() function1600 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
98 void setValue(bool V) { Value = V; } in setValue() function
658 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue() function
2032 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal