Lines Matching refs:Tmp
202 llvm::APInt Tmp = FieldValue;
208 Tmp = Tmp.lshr(NewFieldWidth);
209 Tmp = Tmp.trunc(BitsInPreviousByte);
214 Tmp = Tmp.trunc(BitsInPreviousByte);
222 Tmp = Tmp.zext(CharWidth);
225 Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth());
227 Tmp = Tmp.shl(CharWidth - BitsInPreviousByte);
233 Tmp |= Val->getValue();
263 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
270 llvm::APInt Tmp;
274 Tmp =
278 Tmp = FieldValue.trunc(CharWidth);
283 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
951 return CGM.GetAddrOfConstantCString("top level", ".tmp");
954 return CGM.GetAddrOfConstantCString("", ".tmp");