Home
last modified time | relevance | path

Searched refs:mapBinOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp78 static Instruction::BinaryOps mapBinOpcode(unsigned Opcode) { in mapBinOpcode() function
459 NewV = IRB.CreateBinOp(mapBinOpcode(I->getOpcode()), in convert()