Searched refs:FPToSIInst (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h165 void visitFPToSIInst(FPToSIInst &I);
H A DExecution.cpp1695 void Interpreter::visitFPToSIInst(FPToSIInst &I) {
/external/llvm/include/llvm/IR/
H A DInstVisitor.h191 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);}
H A DInstructions.h4598 // FPToSIInst Class
4602 class FPToSIInst : public CastInst { class in inherits:CastInst
4606 /// \brief Clone an identical FPToSIInst
4607 FPToSIInst *cloneImpl() const;
4611 FPToSIInst(
4619 FPToSIInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2584 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore);
2606 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
3219 FPToSIInst::FPToSIInst(
3225 FPToSIInst::FPToSIInst(
3883 FPToSIInst *FPToSIInst::cloneImpl() const {
3884 return new FPToSIInst(getOperand(0), getType());
H A DVerifier.cpp362 void visitFPToSIInst(FPToSIInst &I);
2181 void Verifier::visitFPToSIInst(FPToSIInst &I) {
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp391 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h295 Instruction *visitFPToSI(FPToSIInst &FI);
H A DInstCombineCasts.cpp1430 bool IsOutputSigned = isa<FPToSIInst>(FI);
1471 Instruction *InstCombiner::visitFPToSI(FPToSIInst &FI) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h44 class FPToSIInst;
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp537 new FPToSIInst(V, DestTy, "FC", BB->getTerminator()));
/external/llvm/include/llvm-c/
H A DCore.h1135 macro(FPToSIInst) \
/external/llvm/lib/Analysis/
H A DValueTracking.cpp4026 if (isa<FPToSIInst>(CI))

Completed in 273 milliseconds