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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 164 void visitFPToSIInst(FPToSIInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 188 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 283 void visitFPToSIInst(FPToSIInst &I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 40 class FPToSIInst;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 359 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 189 Instruction *visitFPToSI(FPToSIInst &FI);
InstCombineCasts.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 529 new FPToSIInst(V, DestTy, "FC", BB->getTerminator()));
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 114 milliseconds