HomeSort by relevance Sort by last modified time
    Searched refs:LowerCTLZ (Results 1 - 3 of 3) 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.h     [all...]
X86ISelLowering.cpp     [all...]

Completed in 2126 milliseconds