Lines Matching refs:Opnd
1237 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, 1241 LLVMContext &Ctx = Opnd->getType()->getContext();1243 I = BinaryOperator::CreateAnd(Opnd, ConstantInt::get(Ctx, ConstOpnd),1248 return Opnd;