Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go59 exponent := big.NewInt(int64(key.E)).Bytes()
151 e := big.NewInt(int64(pub.E))
Dsign.go155 return big.NewInt(0)
Drunner.go14103 serialNumberLimit := new(big.Int).Lsh(big.NewInt(1), 128)
14156 serialNumberLimit := new(big.Int).Lsh(big.NewInt(1), 128)
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8334 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local
8337 Results.push_back(NewInt); in ReplaceNodeResults()
8338 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9599 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local
9602 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewInt)); in ReplaceNodeResults()
9603 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()