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 160 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, X86MMXTy));
161 EXPECT_FALSE(CastInst::isBitCastable(X86MMXTy, V8x8Ty));
162 EXPECT_FALSE(CastInst::isBitCastable(Int64Ty, X86MMXTy));
163 EXPECT_FALSE(CastInst::isBitCastable(V8x64Ty, V8x8Ty));
164 EXPECT_FALSE(CastInst::isBitCastable(V8x8Ty, V8x64Ty));
167 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty));
168 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy));
169 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, V2Int32PtrAS1Ty));
170 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrAS1Ty, V2Int32PtrTy));
171 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 85 milliseconds