Home
last modified time | relevance | path

Searched defs:Phi1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/Analysis/
H A DPhiValuesTest.cpp46 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST() local
119 PHINode *Phi1 = PHINode::Create(I32Ty, 2, "phi1", Then); in TEST() local
[all...]
/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c225 LLVMValueRef Phi1 = LLVMBuildPhi(Builder, I64, "p1"); llvm_test_dibuilder() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1881 auto *Phi1 = dyn_cast<PHINode>(BO.getOperand(1)); foldBinopWithPhiOperands() local
[all...]
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp294 TEST(MemorySanitizer, Phi1) { in TEST() argument