Searched defs:TruncOp (Results 1 – 5 of 5) sorted by relevance
111 struct TruncOp : public SetIntBinOp { struct112 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, in apply2()
4295 unsigned TruncOp; in PromoteNode() local4330 unsigned ExtOp, TruncOp; in PromoteNode() local4379 unsigned ExtOp, TruncOp; in PromoteNode() local
10840 SDValue TruncOp = DAG.getNode(ISD::TRUNCATE, DL, SVT, Op); in visitTRUNCATE() local
458 Value *TruncOp = Trunc.getOperand(0); in foldVecTruncToExtElt() local
2095 wasm::WasmOpcode TruncOp(const MachineType& ty) { in TruncOp() function