Searched defs:CastedValue (Results 1 – 2 of 2) sorted by relevance
240 struct CastedValue { struct241 const Value *V;242 unsigned ZExtBits = 0;243 unsigned SExtBits = 0;244 unsigned TruncBits = 0;246 explicit CastedValue(const Value *V) : V(V) {} in CastedValue() argument247 explicit CastedValue(const Value *V, unsigned ZExtBits, unsigned SExtBits, in CastedValue() argument251 unsigned getBitWidth() const { in getBitWidth()256 CastedValue withValue(const Value *NewV) const { in withValue()261 CastedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue()[all …]
150 …llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "… in insertSetObjectHelper() local