Home
last modified time | relevance | path

Searched refs:Bc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfold-vector-bv-crash.ll14 %Bc = bitcast <4 x i8> %Tr to i32
15 store volatile i32 %Bc, ptr @G
H A Dvector-sext.ll3203 %Bc = bitcast <2 x i16> %Ex to i32
3204 ret i32 %Bc
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp310 DebugAddrWriter::DebugAddrWriter(BinaryContext *Bc) { BC = Bc; } in DebugAddrWriter() argument