reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  422   V = CGF.Builder.CreateBitCast(V, IntTy);
  433       Value *ShiftCst = llvm::ConstantInt::get(IntTy, Width);
  438     IntTy = llvm::IntegerType::get(C, Width);
  439     V = CGF.Builder.CreateTrunc(V, IntTy);
  441   Value *Zero = llvm::Constant::getNullValue(IntTy);