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 337 // Source and destination pointers have same size -> bitcast.
342 CastInst::BitCast);
345 // the intermediate int is the maximum pointer size -> bitcast
350 CastInst::BitCast);
360 // Middle pointer big enough -> bitcast.
365 CastInst::BitCast);
389 CastInst::BitCast,
394 // Fail since the the bitcast is between different sized address spaces
397 CastInst::BitCast,
402 // Fail since the the bitcast is between different sized address space
    [all...]
  /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 205 milliseconds