Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IP

165 /// instruction IP.
166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) {
171 IRBuilder<> Builder(IP);
261 /// instruction IP.
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) {
271 IRBuilder<> Builder(IP);
301 /// instruction IP.
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) {
304 IRBuilder<> Builder(IP);
314 return LowerCTPOP(Context, V, IP);