HomeSort by relevance Sort by last modified time
    Searched refs:getCastOpcode (Results 1 - 25 of 27) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/unittests/VMCore/
InstructionsTest.cpp 128 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
129 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy,
89 opcode = CastInst::getCastOpcode(InitCall, true, AI->getType(), true);
93 opcode = CastInst::getCastOpcode(AI, true,
  /external/llvm/unittests/IR/
InstructionsTest.cpp 215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
231 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true,
  /external/llvm/lib/IR/
ConstantFold.cpp 397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
413 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
462 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
476 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
500 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
516 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
641 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
    [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 380 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
446 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
461 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
485 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
501 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
617 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
    [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 530 /// @brief Check whether it is valid to call getCastOpcode for these types.
539 static Instruction::CastOps getCastOpcode(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 736 /// @brief Check whether it is valid to call getCastOpcode for these types.
761 static Instruction::CastOps getCastOpcode(
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h 750 /// @brief Check whether it is valid to call getCastOpcode for these types.
775 static Instruction::CastOps getCastOpcode(
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 558 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
ScalarEvolutionExpander.cpp 67 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 704 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
ScalarEvolutionExpander.cpp 113 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 3704 milliseconds

1 2