Searched refs:LowerBSWAP (Results 1 – 4 of 4) sorted by relevance
53 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP() function251 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI)); in LowerIntrinsicCall()
1287 SDValue LowerBSWAP(SDValue Op, SelectionDAG &DAG) const;
10705 SDValue PPCTargetLowering::LowerBSWAP(SDValue Op, SelectionDAG &DAG) const { in LowerBSWAP() function in PPCTargetLowering11217 return LowerBSWAP(Op, DAG); in LowerOperation()
3273 TEST_F(AArch64GISelMITest, LowerBSWAP) { in TEST_F() argument