Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1347 static Value *simplifyShift(Instruction::BinaryOps Opcode, Value *Op0, in simplifyShift() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9934 SDValue SelectionDAG::simplifyShift(SDValue X, SDValue Y) { in simplifyShift() function in SelectionDAG