Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp298 Instruction &Icmp = *BlockIter++; TEST_F() local
373 Instruction &Icmp = *++BB.begin(); TEST_F() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp103 if (!Icmp) in adjustICmpToBuiltin() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml144 module Icmp = struct module
H A Dllvm.mli165 module Icmp : sig module
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2516 getSalvageOpsForIcmpOp(ICmpInst * Icmp,uint64_t CurrentLocOps,SmallVectorImpl<uint64_t> & Opcodes,SmallVectorImpl<Value * > & AdditionalValues) getSalvageOpsForIcmpOp() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6407 replacedSelectWithOperand(SelectInst * SI,const ICmpInst * Icmp,const unsigned SIOpd) replacedSelectWithOperand() argument