HomeSort by relevance Sort by last modified time
    Searched refs:isBitCastable (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 218 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy));
219 EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty));
220 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy));
221 EXPECT_FALSE(CastInst::isBitCastable(V8x64Ty, V8x8Ty));
222 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, V8x64Ty));
225 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty));
226 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy));
227 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, V2Int32PtrAS1Ty));
228 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrAS1Ty, V2Int32PtrTy));
229 EXPECT_TRUE(CastInst::isBitCastable(V2Int32PtrAS1Ty, V2Int64PtrAS1Ty))
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 535 static bool isBitCastable(
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 89 milliseconds