Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dsplit-compares-pass.so.cc291 auto cmp_inst = dyn_cast<CmpInst>(FcmpInst); in simplifyFPCompares() local
385 auto cmp_inst = dyn_cast<CmpInst>(IcmpInst); in simplifyOrEqualsCompare() local
498 auto cmp_inst = dyn_cast<CmpInst>(IcmpInst); in simplifySignedCompare() local
599 bool SplitComparesTransform::splitCompare(CmpInst *cmp_inst, Module &M, in splitCompare()