|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/IRBuilder.h 1942 return CreateCast(Instruction::FPToSI, V, DestTy, Name);
include/llvm/IR/Instructions.h 5051 return I->getOpcode() == FPToSI;
lib/Analysis/CFLGraph.h 537 case Instruction::FPToSI: {
lib/Analysis/ConstantFolding.cpp 1360 case Instruction::FPToSI:
lib/Analysis/InlineCost.cpp 733 case Instruction::FPToSI:
lib/Analysis/ObjCARCInstKind.cpp 278 case Instruction::FPToSI:
lib/Analysis/TargetTransformInfo.cpp 1216 case Instruction::FPToSI:
lib/Analysis/ValueTracking.cpp 1121 case Instruction::FPToSI:
5026 case Instruction::FPToSI:
5089 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI)
5098 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI)
lib/AsmParser/LLLexer.cpp 860 INSTKEYWORD(fptosi, FPToSI);
lib/Bitcode/Reader/BitcodeReader.cpp 1045 case bitc::CAST_FPTOSI : return Instruction::FPToSI;
lib/Bitcode/Writer/BitcodeWriter.cpp 508 case Instruction::FPToSI : return bitc::CAST_FPTOSI;
lib/CodeGen/SelectionDAG/FastISel.cpp 1883 case Instruction::FPToSI:
lib/CodeGen/TargetLoweringBase.cpp 1621 case FPToSI: return ISD::FP_TO_SINT;
lib/ExecutionEngine/ExecutionEngine.cpp 717 case Instruction::FPToSI: {
729 CE->getOpcode()==Instruction::FPToSI,
lib/ExecutionEngine/Interpreter/Execution.cpp 2040 case Instruction::FPToSI:
lib/IR/ConstantFold.cpp 609 case Instruction::FPToSI:
1634 case Instruction::FPToSI:
lib/IR/ConstantRange.cpp 640 case Instruction::FPToSI:
lib/IR/Constants.cpp 1255 case Instruction::FPToSI:
1587 case Instruction::FPToSI:
1775 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced);
2998 case Instruction::FPToSI:
lib/IR/Instruction.cpp 346 case FPToSI: return "fptosi";
lib/IR/Instructions.cpp 2503 case Instruction::FPToSI:
2760 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore);
2782 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd);
3124 return FPToSI; // FP -> sint
3231 case Instruction::FPToSI:
3399 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) {
3405 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) {
lib/Target/AArch64/AArch64FastISel.cpp 5184 case Instruction::FPToSI:
lib/Target/ARM/ARMFastISel.cpp 2840 case Instruction::FPToSI:
lib/Target/ARM/ARMTargetTransformInfo.cpp 896 case Instruction::FPToSI:
lib/Target/Mips/MipsFastISel.cpp 2082 case Instruction::FPToSI:
lib/Target/Mips/MipsOs16.cpp 87 case Instruction::FPToSI:
lib/Target/PowerPC/PPCFastISel.cpp 1956 case Instruction::FPToSI:
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 480 case Instruction::FPToSI:
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp 707 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) {
732 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI))
lib/Target/XCore/XCoreLowerThreadLocal.cpp 111 case Instruction::FPToSI:
lib/Transforms/InstCombine/InstCombineCalls.cpp 1627 return {Instruction::FPToSI};
lib/Transforms/InstCombine/InstCombineVectorOps.cpp 1173 case Instruction::FPToSI:
1263 case Instruction::FPToSI:
1339 case Instruction::FPToSI:
lib/Transforms/Scalar/Float2Int.cpp 135 case Instruction::FPToSI:
218 case Instruction::FPToSI:
278 case Instruction::FPToSI:
470 case Instruction::FPToSI:
lib/Transforms/Scalar/GVN.cpp 521 case Instruction::FPToSI:
lib/Transforms/Scalar/GVNSink.cpp 469 case Instruction::FPToSI:
lib/Transforms/Scalar/NewGVN.cpp 2022 case Instruction::FPToSI:
lib/Transforms/Scalar/SCCP.cpp 1535 case Instruction::FPToSI:
lib/Transforms/Scalar/SpeculativeExecution.cpp 233 case Instruction::FPToSI:
lib/Transforms/Vectorize/LoopVectorize.cpp 4232 case Instruction::FPToSI:
6261 case Instruction::FPToSI:
6855 case Instruction::FPToSI:
lib/Transforms/Vectorize/SLPVectorizer.cpp 2482 case Instruction::FPToSI:
3038 case Instruction::FPToSI:
3863 case Instruction::FPToSI: