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

1 2

  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 55 Instruction::CastOps CastOp;
  /external/llvm/include/llvm/IR/
InstrTypes.h 604 /// CastOps category (Instruction::isCast(opcode) returns true). This
609 Instruction::CastOps, ///< The opcode of the cast instruction
617 /// CastOps category. This constructor has insert-at-end-of-block semantics
622 Instruction::CastOps, ///< The opcode for the cast instruction
781 static Instruction::CastOps getCastOpcode(
812 Instruction::CastOps Opcode, ///< Opcode of cast
    [all...]
Instruction.h 478 enum CastOps {
ConstantFolder.h 156 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
NoFolder.h 215 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 244 Instruction::CastOps Op,
ValueTracking.h 437 Instruction::CastOps *CastOp = nullptr);
TargetFolder.h 168 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 246 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 121 Builder.CreateCast((Instruction::CastOps)OpCode,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 233 static Instruction::CastOps
242 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
243 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
260 return Instruction::CastOps(Res);
267 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
294 if (Instruction::CastOps opc =
    [all...]
InstCombineInternal.h 359 bool ShouldOptimizeCast(Instruction::CastOps opcode, const Value *V,
InstCombineSelect.cpp 143 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
    [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp 89 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
90 Instruction::CastOps secondOp = Instruction::CastOps(opc);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 361 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
  /external/llvm/lib/Analysis/
Lint.cpp 668 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
ScalarEvolutionExpander.cpp 39 Instruction::CastOps Op,
115 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
ConstantFolding.cpp 498 Instruction::CastOps Cast = Instruction::BitCast;
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1919 milliseconds

1 2