HomeSort by relevance Sort by last modified time
    Searched refs:LowerCTLZ (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 300 /// LowerCTLZ - Emit the code to lower ctlz of V before the specified
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) {
400 CI->replaceAllUsesWith(LowerCTLZ(Context, CI->getArgOperand(0), CI));
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 301 milliseconds