Home
last modified time | relevance | path

Searched refs:CAST_FPTOSI (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h209 CAST_FPTOSI = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp33 case naclbitc::CAST_FPTOSI: in DecodeCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h378 CAST_FPTOSI = 4, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1943 case naclbitc::CAST_FPTOSI: in convertCastOpToIceOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp509 case Instruction::FPToSI : return bitc::CAST_FPTOSI; in getEncodedCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1046 case bitc::CAST_FPTOSI : return Instruction::FPToSI; in getDecodedCastOpcode()