Searched defs:BitCast (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/IR/
H A DInstructionsTest.cpp342 CastInst::BitCast); member in class:llvm::__anon22778::CastInst
350 CastInst::BitCast); member in class:llvm::__anon22778::CastInst
365 CastInst::BitCast); member in class:llvm::__anon22778::CastInst
389 CastInst::BitCast,
397 CastInst::BitCast,
404 CastInst::BitCast,
411 CastInst::BitCast,
418 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::BitCast,
426 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::BitCast,
433 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::BitCast,
[all...]
/external/v8/src/
H A Dutils.h793 // 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) { function in namespace:v8
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml185 | BitCast Constructor in type:Opcode/t

Completed in 148 milliseconds