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

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp300 /// LowerCTLZ - Emit the code to lower ctlz of V before the specified
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { function
400 CI->replaceAllUsesWith(LowerCTLZ(Context, CI->getArgOperand(0), CI));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14904 static SDValue LowerCTLZ(SDValue Op, SelectionDAG &DAG) {
16228 case ISD::CTLZ: return LowerCTLZ(Op, DAG);

Completed in 5570 milliseconds