Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/libbcc/lib/
H A DRSInvariant.cpp122 if (auto BitCast = llvm::dyn_cast<llvm::BitCastInst>(Inst)) { in markInvariantUserLoads() local
123 Changed |= markInvariantUserLoads(BitCast); in markInvariantUserLoads()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp513 case bitc::CAST_BITCAST : return Instruction::BitCast; in GetDecodedCastOpcode()
1559 assert(CE.getOpcode() == Instruction::BitCast || in getGlobalObjectInExpr()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp750 case bitc::CAST_BITCAST : return Instruction::BitCast; in GetDecodedCastOpcode()
1852 assert(CE.getOpcode() == Instruction::BitCast || in getGlobalObjectInExpr()
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp92 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp77 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp77 case Instruction::BitCast : return bitc::CAST_BITCAST; in GetEncodedCastOpcode()