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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 161 void visitUIToFPInst(UIToFPInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 284 void visitUIToFPInst(UIToFPInst &I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 74 class UIToFPInst;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 358 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) ||
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 539 return PT->push_back(new UIToFPInst(V, DestTy, "FC", BB->getTerminator()));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 631 milliseconds