Lines Matching refs:Tmp
173 llvm::APInt Tmp = FieldValue;
179 Tmp = Tmp.lshr(NewFieldWidth);
180 Tmp = Tmp.trunc(BitsInPreviousByte);
185 Tmp = Tmp.trunc(BitsInPreviousByte);
193 Tmp = Tmp.zext(CharWidth);
196 Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth());
198 Tmp = Tmp.shl(CharWidth - BitsInPreviousByte);
204 Tmp |= Val->getValue();
234 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
241 llvm::APInt Tmp;
245 Tmp =
249 Tmp = FieldValue.trunc(CharWidth);
254 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
891 return CGM.GetAddrOfConstantCString("top level", ".tmp");
894 return CGM.GetAddrOfConstantCString("", ".tmp");