Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Tmp

172     llvm::APInt Tmp = FieldValue;
178 Tmp = Tmp.lshr(NewFieldWidth);
179 Tmp = Tmp.trunc(BitsInPreviousByte);
184 Tmp = Tmp.trunc(BitsInPreviousByte);
192 Tmp = Tmp.zext(CharWidth);
195 Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth());
197 Tmp = Tmp.shl(CharWidth - BitsInPreviousByte);
203 Tmp |= Val->getValue();
233 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
240 llvm::APInt Tmp;
244 Tmp =
248 Tmp = FieldValue.trunc(CharWidth);
253 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp));
905 return CGM.GetAddrOfConstantCString("top level", ".tmp");
908 return CGM.GetAddrOfConstantCString("", ".tmp");