Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaHipStdPar/
H A Ddevice-can-call-host.cpp74 __device__ void binaryOp() { in binaryOp() function
/llvm-project/clang/test/SemaCUDA/
H A Dcall-host-fn-from-device.cu120 __host__ __device__ void binaryOp() { in binaryOp() function
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp934 ConstantRange ConstantRange::binaryOp(Instruction::BinaryOps BinOp, binaryOp() function in ConstantRange
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp1556 BinaryOp<D> binaryOp; gen() local