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

1 2

  /external/llvm/include/llvm/IR/
InstrTypes.h 405 /// CastOps category (Instruction::isCast(opcode) returns true). This
410 Instruction::CastOps, ///< The opcode of the cast instruction
418 /// CastOps category. This constructor has insert-at-end-of-block semantics
423 Instruction::CastOps, ///< The opcode for the cast instruction
543 static Instruction::CastOps getCastOpcode(
574 Instruction::CastOps Opcode, ///< Opcode of cast
593 /// returns Instruction::CastOps value for a cast that can replace
597 Instruction::CastOps firstOpcode, ///< Opcode of first cast
598 Instruction::CastOps secondOpcode, ///< Opcode of second cast
608 Instruction::CastOps getOpcode() const
    [all...]
Instruction.h 419 enum CastOps {
ConstantFolder.h 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
NoFolder.h 214 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 202 Instruction::CastOps Op,
TargetFolder.h 167 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 120 Builder.CreateCast((Instruction::CastOps)OpCode,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 236 static Instruction::CastOps
248 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
249 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
266 return Instruction::CastOps(Res);
273 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
300 if (Instruction::CastOps opc =
    [all...]
InstCombine.h 238 bool ShouldOptimizeCast(Instruction::CastOps opcode, const Value *V,
InstCombineLoadStoreAlloca.cpp 544 Instruction::CastOps opcode = Instruction::BitCast;
    [all...]
InstCombineSelect.cpp 170 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
    [all...]
InstCombineCalls.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp 87 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
88 Instruction::CastOps secondOp = Instruction::CastOps(opc);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 354 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
  /external/llvm/lib/Analysis/
Lint.cpp 665 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
ScalarEvolutionExpander.cpp 35 Instruction::CastOps Op,
89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
ConstantFolding.cpp 493 Instruction::CastOps Cast = Instruction::BitCast;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 230 milliseconds

1 2