Searched defs:LowerCTPOP (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp260 /// LowerCTPOP - Emit the code to lower ctpop of V before the specified
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { function
314 return LowerCTPOP(Context, V, IP);
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
410 Src = LowerCTPOP(Context, Builder.CreateAnd(NotSrc, SrcM1), CI);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2355 static SDValue LowerCTPOP(SDValue Op, SelectionDAG &DAG) { function
2855 return LowerCTPOP(Op, DAG);

Completed in 103 milliseconds