Searched refs:BcConst (Results 1 – 5 of 5) sorted by relevance
370 typedef struct BcConst struct381 } BcConst; argument
118 BcConst* c; in bc_parse_addNum()
47 BcConst* c = constant; in bc_const_free()
649 BcConst* c = bc_vec_item(&p->consts, bc_program_index(code, bgn)); in bc_program_const()2958 bc_vec_init(&p->consts, sizeof(BcConst), BC_DTOR_CONST); in bc_program_init()3850 BcConst* c = bc_vec_item(&p->consts, idx); in bc_program_printInst()
425 if (auto BcConst = dyn_cast<ConstantSDNode>(Scalar)) in getMaskBroadcast() local427 BcConst->getSExtValue() != 0); in getMaskBroadcast()