Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getValueType

44       ValueTy = AtomicTy->castAs<AtomicType>()->getValueType();
69 QualType getValueType() const { return ValueTy; }
112 return LValue::MakeAddr(addr, getValueType(), lvalue.getAlignment(),
481 MemTy = AT->getValueType();
882 return CGF.convertTempToRValue(addr, getValueType(), loc);
931 QualType valueType = atomics.getValueType();