Searched refs:Const0 (Results 1 – 8 of 8) sorted by relevance
6 define half @Const0() {7 ; CHECK-NOZCZ-LABEL: Const0:12 ; CHECK-ZCZ-LABEL: Const0:17 ; CHECK-NOFP16-LABEL: Const0:
5 …sland wraps "tf.Const"() {value = dense<5> : tensor<2x3xi32>} : () -> tensor<2x3xi32> loc("Const0")15 // CHECK-NEXT: input: "Const0"
7642 bool Const0 = isa<ConstantInt>(Op0) || isa<ConstantFP>(Op0) || in optimizeInst() local7646 if (Const0 || Const1) { in optimizeInst()7647 if (!Const0 || !Const1) { in optimizeInst()7648 auto *F = new FreezeInst(Const0 ? Op1 : Op0, "", CmpI); in optimizeInst()7650 CmpI->setOperand(Const0 ? 1 : 0, F); in optimizeInst()
1418 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() local1422 .addUse(Const0.getReg(0)) in extractF64Exponent()
5300 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0); in matchOffsetBase() local5305 if (Var0 == nullptr && Const0 == nullptr) { in matchOffsetBase()5325 if (Const0) { in matchOffsetBase()5326 int32_t MoreOffset = IsAdd ? Const0->getValue() : -Const0->getValue(); in matchOffsetBase()
5704 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0);5716 } else if (Const0 && Var1) {5718 Const = Const0;5781 if (Const0) {5783 IsAdd ? Const0->getValue() : -Const0->getValue();
5712 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0); in matchOffsetBase() local5717 if (Var0 == nullptr && Const0 == nullptr) { in matchOffsetBase()5737 if (Const0) { in matchOffsetBase()5738 int32_t MoreOffset = IsAdd ? Const0->getValue() : -Const0->getValue(); in matchOffsetBase()
1939 auto Const0 = B.buildConstant(S32, FractBits - 32); in extractF64Exponent() local1944 .addUse(Const0.getReg(0)) in extractF64Exponent()