HomeSort by relevance Sort by last modified time
    Searched defs:BitCast (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 262 // Source and destination pointers have same size -> bitcast.
267 CastInst::BitCast);
276 // Middle pointer big enough -> bitcast.
281 CastInst::BitCast);
  /external/v8/src/
utils.h 793 // will completely optimize BitCast away.
795 // There is an additional use for BitCast.
798 // you can use BitCast to cast one pointer type to another. This confuses gcc
802 // We need different implementations of BitCast for pointer and non-pointer
825 INLINE(Dest BitCast(const Source& source));
828 inline Dest BitCast(const Source& source) {
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 185 | BitCast
    [all...]

Completed in 77 milliseconds