Searched defs:Phi2 (Results 1 – 4 of 4) sorted by relevance
49 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then); in TEST() local 122 PHINode *Phi2 = PHINode::Create(I32Ty, 2, "phi2", Then); in TEST() local [all...]
64 static constexpr double Phi2 = 1.61; in foo() local338 static constexpr T Phi2 = 1.61; in baz() local
229 LLVMValueRef Phi2 = LLVMBuildPhi(Builder, I64, "p2"); llvm_test_dibuilder() local
305 TEST(MemorySanitizer, Phi2) { in TEST() argument