Home
last modified time | relevance | path

Searched refs:BcConst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bc/include/
H A Dlang.h370 typedef struct BcConst struct
381 } BcConst; argument
/freebsd/contrib/bc/src/
H A Dparse.c118 BcConst* c; in bc_parse_addNum()
H A Dlang.c47 BcConst* c = constant; in bc_const_free()
H A Dprogram.c649 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp425 if (auto BcConst = dyn_cast<ConstantSDNode>(Scalar)) in getMaskBroadcast() local
427 BcConst->getSExtValue() != 0); in getMaskBroadcast()