Searched refs:LowerBSWAP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp164 /// LowerBSWAP - Emit the code to lower bswap of V before the specified
166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { function
396 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));

Completed in 848 milliseconds